home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / ved331.zip / README.TXT < prev    next >
Text File  |  1992-09-27  |  7KB  |  158 lines

  1. File Name: README.TXT
  2. ---------------------
  3.  
  4. This file contains important information regarding Vision Edit version 3.31.
  5. Please read it carefully.
  6.  
  7. -----------------------------------------------------------------------------
  8. WARNING:
  9. Vision Edit comes with a spelling checker called ShareSpell by Acropolis
  10. Software for your convenience. ShareSpell is a shareware program and is not
  11. part of Vision Edit. If you want to use ShareSpell regularly you have to
  12. register for it separately (see the file: SS.DOC). ShareSpell will be
  13. installed under your Vision Edit directory e.g. C:\VED\SPELL.
  14. Note: If you do not have a diskette-based version of Vision Edit you have to
  15. install ShareSpell yourself:
  16. C:>CD C:\VED
  17. C:>MD SPELL
  18. C:>CD SPELL
  19. C:>PKUNZIP -X ..\SS23
  20.  
  21. ShareSpell (SS23.ZIP) consists of the following files:
  22. - ACROP.DIC
  23. - DICMAN.DOC
  24. - SS.DOC
  25. - DICMAN.EXE
  26. - SS.EXE
  27. - DICMAN14.NEW
  28. - SS23.NEW
  29.  
  30. If you want to use ShareSpell add the Vision Edit directory to PATH statement
  31. in your AUTOEXEC.BAT (it is recommended anyway). Also if you install Vision
  32. Edit in a different directory than C:\VED you have to modify the path in
  33. the Run Spelling Checker dialog box (File|Run Spelling Checker menu).
  34. -----------------------------------------------------------------------------
  35.  
  36. Vision Edit comes with the following files:
  37. - README.TXT: this file;
  38. - REGISTER.TXT: registration instructions;
  39. - FORM1.TXT: registration form for a single-computer registration;
  40. - FORM2.TXT: registration form for a multiple-computer and network
  41.   registration;
  42. - VENDOR.TXT: information for software distributors and BBS SysOps;
  43. - MANUAL.TXT: a text file containing the manual;
  44. - VED.EXE: program file;
  45. - VED.HLP: help file;
  46. - VED.OVR: program file (overlayed code);
  47. - VED.DSK: VED desktop file;
  48. - VED.OPT: VED options file;
  49. - DEMO.MAC,DEMO1.MAC,...,DEMO5.MAC: demos of macro capabilities;
  50. - COMMANDS.TXT: a list of all Vision Edit commands (useful when redefining
  51.   commands);
  52.  
  53. IMPORTANT NOTES:
  54. ================
  55. If you used any of the older versions of Vision Edit (< 3.2), make sure you
  56. have removed ved.opt and all ved.dsk files. The new options and desktop files
  57. are not compatible with the old ones. If you do not remove the old ved.opt
  58. and ved.dsk warning messages will be displayed: "Error reading Options file."
  59. and "Error reading Desktop file.".
  60.  
  61. We recommend that you add Vision Edit and ShareSpell directories to the
  62. PATH statement in your AUTOEXEC.BAT file e.g.:
  63. PATH=C:\DOS;C:\VED;C:\VED\SPELL;
  64.  
  65. For a better performance we recommend that you install expanded memory and
  66. a disk cache software if possible.
  67.  
  68. ENHANCEMENTS IN VERSION 3.31:
  69. =============================
  70. - interface to a spelling checker (File|Run Spelling Checker);
  71. - right margins added in the Options|Preferences dialog box;
  72. - a new command KeyCmds|Miscellaneous Commands|Center Line centers
  73.   the current line;
  74. - a new command Windows|Show/Hide Ruler displays or hides a ruler at the top
  75.   of the screen; you can click on the ruler to position the cursor on the
  76.   selected column; you can also change the right margin setting by double-
  77.   clicking on the ruler;
  78. - a new command Windows|Show/Hide Tool Bar displays or hides a Tool Bar
  79.   underneath the Menu Bar; Tool Bar allows you to quickly select some
  80.   commands by clicking with the mouse on the icons;
  81. - a new Windows|Switch Screen command which allows hidding the Menu Bar and
  82.   the Status Bar (the Desktop covers the whole screen);
  83. - some fixes and internal improvements;
  84.  
  85. ENHANCEMENTS IN VERSION 3.3:
  86. ============================
  87. - new KeyCmds menu item now makes it easy for new users to learn all editting
  88.   hot-key commands (Box Commands, Block Commands, Insert/Delete Commands,
  89.   Cursor Movement Commands, Miscellaneous Commands, Set Marker, and GoTo
  90.   Marker);
  91. - new Config menu lets you customize your system:
  92.   - foreign languages support (keyboard redefinition & edit direction): you
  93.     can assign other ASCII codes e.g. other language characters to selected
  94.     keys; you can even edit text from right to left (Hebrew and Arabic
  95.     languages);
  96.   - you can remap most Vision Edit commands (Config|Commands) e.g. you can
  97.     make Vision Edit behave like another editor with commands of which you
  98.     are familiar;
  99. - Block Operations (block selection, copy, cut & paste) in column mode;
  100. - Dragging a selected block both in column and line mode (using a mouse or
  101.   arrow keys);
  102. - drawing boxes with a mouse: just select a drawing style from KeyCmds|Box
  103.   Commands submenu, move the mouse cursor to the desired location, and mark
  104.   two opposite corners of a box by clicking (left mouse button);
  105. - more Options in the Options|Preferences Menu:
  106.   - <Enter> key options (Unix files can be edited);
  107.   - Block Indent options;
  108.   - Show Page Breaks;
  109. - print a file or a selected block directly from a window (Ctrl-K P);
  110. - headers and footers now can be easily created (Print|Header, Print|Footer);
  111. - more Print|Options:
  112.   - Top & Bottom Margins;
  113.   - Use Headers/Footers;
  114.   - Printer Initialization String;
  115. - Search & Replace dialog boxes now display a current word (on which the
  116.   cursor is positioned) as "Text to find" - you do not have to retype the
  117.   word if it already exists in your text file;
  118. - all dialog boxes now have a Help Button
  119. - modified Delete Word (Ctrl-T) function - now works like that in Borland's
  120.   Turbo Pascal IDE;
  121. - File|Dos Shell command now gives you almost all memory available below
  122.   640KB (it can vary between 500-600KB depending on the system configuration);
  123.   this is achieved by swapping contents of RAM memory to either Expanded
  124.   Memory (if available), what gives a very fast performance, or to a temporary
  125.   VED.SWP file which is created on your drive c:;
  126. - new File|Run Program command allows you to run external programs or execute
  127.   DOS external commands from within Vision Edit;
  128. - new File|Save All and File|Close File menu commands;
  129. - the ability to edit Hidden and Read-Only Files;
  130. - increased number of files that can be opened simultaneously;
  131. - hints for menu items (displayed on the Status Line);
  132. - new Windows|List of Files menu function (Alt-0);
  133. - some fixes and internal improvements;
  134.  
  135. MACRO DEMOS:
  136. ============
  137. The following Macro-Demo files have been provided with Vision Edit:
  138. DEMO.MAC, DEMO1.MAC, DEMO2.MAC, DEMO3.MAC, DEMO4.MAC.
  139. In order to use any macro-file you have to add it to a list of macros using
  140. a function Read Macro from the Macro menu. After the file have been added
  141. to a macro-list you can run it by selecting it from the list (in Macro menu).
  142.  
  143.  
  144. ENTERING ASCII CODES:
  145. =====================
  146. You can enter ASCII codes directly from the keyboard - hold down Alt key,
  147. enter ASCII code from the numeric keypad and release Alt key.
  148. ASCII codes can be entered both into active window and into Search/Replace
  149. dialog boxes.
  150. You can also send ASCII codes to the edit window from the Ascii Table.
  151.  
  152.  
  153. ----------------------------------------------------------------------------
  154. Vision Edit
  155. (c) Copyright 1991, 1992
  156. Andrzej Brzezinski & Marek Kosznik
  157. All rights reserved
  158.